__ANDROID_API_N__

Names the Nougat API level (24), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_N__ = 24;

Meta